home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 3129 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news4.noc.netcom.net!zdc!zippo!usenet
  2. Newsgroups: comp.lang.c
  3. Subject: Re: What Languages to learn before C
  4. Message-ID: <DLqp6u.H20@news.zippo.com>
  5. From: Jim McFarland <jgm6@orkand.em.cdc.gov>
  6. Date: Thu, 25 Jan 1996 13:52:05 GMT
  7. Sender: usenet@news.zippo.com
  8. References: <4df6jv$9e2@ednet1.osl.or.gov>
  9. Organization: The Orkand Corporation
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. Nntp-Posting-Host: 158.111.166.77
  13. X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
  14. Mime-Version: 1.0
  15.  
  16. jwilcox@ednet1.osl.or.gov (John M. Wilcox) wrote:
  17. >
  18. >what langauges should I learn before I learn C? 
  19.  
  20. It is not as important to learn another language first as much as it is 
  21. to learn the basic principles of computer programming.
  22.  
  23. >also is it worth my time to learn C before C++? thank you
  24. Yes, and no.  The C syntax is very much a part of C++, so knowing C first 
  25. is helpful in that respect.  However, C does not directly support 
  26. object-oriented programming, so if your goal is to learn C++/OOP, then 
  27. don't learn "C programming" first, but learn OOP and then C++.
  28.  
  29. Jim
  30.